home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 Ekstra 101 Spil / K-CD_1999_Ekstra_101_Spil.iso / Cards / Thursday Night / _setup.1 / Poker.exe / 0 / RCDATA / TVIEWBANKROLL / TVIEWBANKROLL.txt
Text File  |  1998-10-08  |  2KB  |  77 lines

  1. inherited ViewBankroll: TViewBankroll
  2.   Left = 262
  3.   Top = 173
  4.   Caption = 'ViewBankroll'
  5.   OnCreate = FormCreate
  6.   OnDestroy = FormDestroy
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited panel: TPanel
  10.     object titlebox: TPaintBox
  11.       Left = 24
  12.       Top = 16
  13.       Width = 304
  14.       Height = 36
  15.       OnPaint = titleboxPaint
  16.     end
  17.     object list: TListBox
  18.       Left = 24
  19.       Top = 55
  20.       Width = 377
  21.       Height = 281
  22.       Color = 4671303
  23.       ItemHeight = 16
  24.       Style = lbOwnerDrawFixed
  25.       TabOrder = 0
  26.       OnDblClick = listDblClick
  27.       OnDrawItem = listDrawItem
  28.     end
  29.     object button2: TGlowButton
  30.       Left = 411
  31.       Top = 294
  32.       Width = 104
  33.       Height = 37
  34.       BevelOuter = bvNone
  35.       Caption = 'Close'
  36.       Font.Charset = DEFAULT_CHARSET
  37.       Font.Color = clYellow
  38.       Font.Height = -13
  39.       Font.Name = 'MS Sans Serif'
  40.       Font.Style = [fsBold]
  41.       ParentFont = False
  42.       TabOrder = 1
  43.       OnClick = button2Click
  44.       ButtonMaskColor = clBlack
  45.       Transparent = True
  46.       PicName = 'bred.bmp'
  47.       PicOnName = 'bredon.bmp'
  48.       PicOffName = 'bredoff.bmp'
  49.       PicInName = 'bredin.bmp'
  50.       Version = 0
  51.     end
  52.     object GlowButton1: TGlowButton
  53.       Left = 412
  54.       Top = 254
  55.       Width = 104
  56.       Height = 37
  57.       BevelOuter = bvNone
  58.       Caption = 'View All'
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clYellow
  61.       Font.Height = -13
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = [fsBold]
  64.       ParentFont = False
  65.       TabOrder = 2
  66.       OnClick = GlowButton1Click
  67.       ButtonMaskColor = clBlack
  68.       Transparent = True
  69.       PicName = 'bred.bmp'
  70.       PicOnName = 'bredon.bmp'
  71.       PicOffName = 'bredoff.bmp'
  72.       PicInName = 'bredin.bmp'
  73.       Version = 0
  74.     end
  75.   end
  76. end
  77.